docs: Add an cross-reference to template docs
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Apr 2015 12:12:58 +0000 (07:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Apr 2015 14:19:26 +0000 (10:19 -0400)
gtk/gtkbuilder.c
gtk/gtkwidget.c

index b0775d290706234b6c1a8c48bcb11b6f3de7e019..069106b3f537be3ca913eb744016b8b9c0c110c4 100644 (file)
  *
  * Additionally, since 3.10 a special <template> tag has been added
  * to the format allowing one to define a widget class’s components.
+ * See the [GtkWidget documentation][composite-templates] for details.
  */
 
 #include "config.h"
index 1545441d8e651d9b2d3d4cd21b8cc5c393b637b0..e1db3577fd3294a219df5ff8a91e8fe100afebab 100644 (file)
  * </object>
  * ]|
  *
- * # Building composite widgets from template XML
+ * # Building composite widgets from template XML ## {#composite-templates}
  *
  * GtkWidget exposes some facilities to automate the proceedure
  * of creating composite widgets using #GtkBuilder interface description